The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "gearman::server"

Gearman::Server - function call "router" and load balancer River stage one • 7 direct dependents • 7 total dependents

You run a Gearman server (or more likely, many of them for both high-availability and load balancing), then have workers (using Gearman::Worker from the Gearman module, or libraries for other languages) register their ability to do certain functions ...

PALIK/Gearman-Server-v1.130.1 - 12 Jul 2016 07:48:29 UTC - Search in distribution

lib/Gearman/Spawner/Server.pm River stage zero No dependents

ATHOMASON/Gearman-Spawner-1.11 - 09 Aug 2011 22:58:54 UTC - Search in distribution

Gearman::Glutch - gearman casual River stage zero No dependents

Gearman::Glutch is all in one gearman server management library for casual use. Glutch spawns Gearman::Server and Gearman::Worker automatically....

TOKUHIROM/Gearman-Glutch-0.02 - 28 Sep 2012 23:51:20 UTC - Search in distribution

Gearman::Driver - Manages Gearman workers River stage zero No dependents

Warning: This framework is still EXPERIMENTAL! Having hundreds of Gearman workers running in separate processes can consume a lot of RAM. Often many of these workers share the same code/objects, like the database layer using DBIx::Class for example. ...

PLU/Gearman-Driver-0.02008 - 16 Jan 2014 20:49:46 UTC - Search in distribution

Garivini - Mostly language agnostic job persistence engine for Gearman River stage zero No dependents

Garivini is a set of workers and an optional "shim" client for usage with Gearman and MySQL to create an efficient job persistence layer. It can operate in high throughput, or low latency modes....

DORMANDO/Garivini-0.002 - 18 Aug 2011 19:56:52 UTC - Search in distribution

Gearman::Job - Job in gearman distributed job system River stage two • 15 direct dependents • 22 total dependents

*Gearman::Job* is the object that's handed to the worker subrefs...

PALIK/Gearman-2.004.015 - 24 Aug 2018 14:57:31 UTC - Search in distribution

GearmanX::Starter - Start Gearman Workers River stage zero No dependents

Starts a Gearman worker and registers functions. Forks and backgrounds the forked process as a daemon. When the worker receives a SIGTERM signal, it will complete any current request and then exit....

DOUGW/GearmanX-Starter-0.05 - 31 Oct 2012 00:21:07 UTC - Search in distribution

MCE::Core - Documentation describing the core MCE API River stage three • 21 direct dependents • 313 total dependents

MARIOROY/MCE-1.889 - 13 Sep 2023 23:37:02 UTC - Search in distribution

McBain - Framework for building portable, auto-validating and self-documenting APIs River stage one • 3 direct dependents • 3 total dependents

"McBain" is a framework for building powerful APIs and applications. Writing an API with "McBain" provides the following benefits: * Lightweight-ness "McBain" is extremely lightweight, with minimal dependencies on non-core modules; only two packages;...

IDOPEREL/McBain-2.001000 - 05 Jan 2015 18:30:32 UTC - Search in distribution

Resque - Redis-backed library for creating background jobs, placing them on multiple queues, and processing them later. River stage one • 3 direct dependents • 3 total dependents

Resque is a Redis-backed library for creating background jobs, placing them on multiple queues, and processing them later. This library is a perl port of the original Ruby one: <https://github.com/defunkt/resque> My main goal doing this port is to us...

DIEGOK/Resque-0.42 - 19 May 2021 07:58:44 UTC - Search in distribution

PSGI::FAQ - Frequently Asked Questions and answers River stage one • 5 direct dependents • 9 total dependents

MIYAGAWA/PSGI-1.102 - 24 Jul 2013 20:13:37 UTC - Search in distribution

DBD::Gofer - A stateless-proxy driver for communicating with a remote DBI River stage four • 940 direct dependents • 2099 total dependents

DBD::Gofer is a DBI database driver that forwards requests to another DBI driver, usually in a separate process, often on a separate machine. It tries to be as transparent as possible so it appears that you are using the remote driver directly. DBD::...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

POD2::RU::PSGI::FAQ - Часто задаваемые вопросы и ответы River stage zero No dependents

VTI/POD2-RU-PSGI-0.003 - 10 Aug 2014 11:02:27 UTC - Search in distribution

Rex::Commands - All the basic commands River stage two • 18 direct dependents • 18 total dependents

This module is the core commands module....

FERKI/Rex-1.14.3 - 05 Aug 2023 19:38:49 UTC - Search in distribution

Job::Async - IO::Async abstraction for dispatching tasks to workers and receiving results River stage one • 1 direct dependent • 1 total dependent

More API details are in the respective base classes: * Job::Async::Client - queues jobs for workers to process * Job::Async::Worker - handles the job processing part Normally, clients and workers would be in separate processes, probably distributed a...

TEAM/Job-Async-0.004 - 01 Jul 2019 08:23:38 UTC - Search in distribution
  • Job::Async - IO::Async abstraction for dispatching tasks to workers and receiving results

Thread::Workers - Creates a boss which feeds a queue consumed by workers. River stage zero No dependents

Thread::Workers utilizes threads, Thread::Sempahore, and Thread::Queue to create a pool of workers which are serviced with work by a boss thread. The boss thread could be fed data from a socket listening on the master thread, or could have a routine ...

PANIKAL/Thread-Workers-0.06 - 06 Sep 2012 03:42:08 UTC - Search in distribution

Test::Gearman - A class for testing and mocking Gearman workers. River stage zero No dependents

Test::Gearman is a class for testing Gearman workers. This class only works with C version of gearmand, and Gearman::XS bindings. An actual Gearman daemon is launched, and workers are forked when you instantiate the class. The Gearman and workers are...

ROMANF/Test-Gearman-v0.2.0 - 11 Jun 2013 12:04:12 UTC - Search in distribution

Task::POE::All - All of POE on CPAN River stage zero No dependents

This task contains all distributions under the POE namespace....

APOCAL/Task-POE-All-1.102 - 09 Nov 2014 11:07:41 UTC - Search in distribution

Gearman::Starter - Gearman workers launcher with register functions River stage zero No dependents

Gearman::Starter is Gearman worker launcher with register functions from specified modules. This module is Objective backend of gearman-starter.pl....

SONGMU/Gearman-Starter-0.03 - 10 Jul 2014 10:18:23 UTC - Search in distribution

GearmanX::Client - Gearman client which works with GearmanX::Worker River stage zero No dependents

This class is simply a convenience to work comfortably alongside GearmanX::Worker. In that it mostly takes care that the single parameter (a scalar, a hash reference or a list reference) is serialized before the job is submitted to the gearman server...

DRRHO/GearmanX-Worker-0.02 - 11 Jun 2009 16:04:26 UTC - Search in distribution
37 results (0.051 seconds)